/**
 * Estilização do banner de Cookie Consent
 */
.cookie-consent { display: none; float: left; width: 100%; position: fixed; bottom: 0; z-index: 100; background: #15475e; color: #e7f0ef; padding: 10px 10px; box-sizing: border-box; font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif; }
.cookie-consent .body-cookie { font-size: 16px; float: left; margin: 5px 0; }
.cookie-consent .body-cookie div:nth-child(1) { margin-bottom: 5px; }
.cookie-consent .button-container { float: right; padding-top: 12px; }
.cookie-consent .button-container .cookie-button { margin-top: 20px; cursor: pointer; border: none; background: #c8e5e1; color: #15475e; margin: 0; font-size: 16px; border-radius: 3px; min-width: 6em; padding: 7px 10px; }
.cookie-consent .button-container .cookie-button.recusar { margin-right: 10px; }